home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / xlib04.zip / XCLIPPBM.INC < prev    next >
Text File  |  1992-11-08  |  795b  |  26 lines

  1. ;-----------------------------------------------------------------------
  2. ;
  3. ; XPBITMAP - Include file
  4. ;
  5. ; This module was written by Matthew MacKenzie
  6. ; matm@eng.umd.edu
  7. ;
  8. ; XPBITMAP.ASM export functions
  9. ;
  10. ; ****** XLIB - Mode X graphics library                ****************
  11. ; ******                                               ****************
  12. ; ****** Written By Themie Gouthas                     ****************
  13. ;
  14. ; egg@dstos3.dsto.gov.au
  15. ; teg@bart.dsto.gov.au
  16. ;-----------------------------------------------------------------------
  17.  
  18.     global _x_clip_masked_pbm     :proc
  19.     global _x_clip_pbm            :proc
  20.  
  21.     global _LeftBound             :word
  22.     global _RightBound            :word
  23.     global _TopBound              :word
  24.     global _BottomBound           :word
  25.  
  26.